home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / cscript.zip / README.1ST < prev    next >
Text File  |  1991-02-20  |  4KB  |  78 lines

  1.                               SCRIPT SETUP
  2.                               ────────────
  3.  
  4. Step 1:  Designate PATH
  5.  
  6.      --  this script requires the following files to all be in the same
  7.          directory -- .REP files from a QWK format reader, .UL files
  8.          from Megareader.  Once you decide on which directory this will
  9.          be, search the script for "PATH:" and replace with the actual
  10.          directory.  For example..if you'll be keeping everything in
  11.          C:\Mail...then replace "PATH:" with "C:\Mail\"
  12.  
  13. Step 2:  Set the Flag Files
  14.  
  15.      --  the script depends on two "flag" files for proper operation.
  16.          I've named one of them "rep.off"..this one is used to determine
  17.          whether or not you have replies to send to a .QWK format door.
  18.          The other is "bi.off"..this one is used to determine whether
  19.          you have files to transfer via bimodem.
  20.  
  21.      --  you must create these files.  Log on to your PATH directory
  22.          (from step one) and create the files by:
  23.                         ┌───────────────────────────────────────────────
  24.          rem >rep.off   │ Using the "rem" statement will create "0" byte
  25.          rem >bi.off    │ files.  Verify it with a "dir" after creating.
  26.                         └───────────────────────────────────────────────
  27.  
  28.      --  these files are critical to proper operation.
  29.  
  30. Step 3: Insert Your Name In the Script
  31.  
  32.      --  search the script for FIRST, replace with your first name (the
  33.          one you use on the BBSs).
  34.  
  35.      --  search the script for LAST, replace with your last name
  36.  
  37. Step 4:  Insert Your WildCat! Verification Data
  38.  
  39.      --  search the script for MMDDYY, replace with the birthdate you
  40.          use on WildCat! BBSs..hopefully, you've given them all the same
  41.          date..the script won't work, otherwise.
  42.  
  43.      --  search the script for 703XXXXXXX, replace the XXXXXXX with the
  44.          phone number you gave WildCat! BBSs..again, the data must be
  45.          consistent across all WildCat! BBSs.
  46.  
  47. Step 5:  Adjust Your ZModem Command Lines
  48.  
  49.      --  search the script for "dsz"..the only change you may wish to
  50.          make is to delete the "-u" switch from the upload command
  51.          lines.  The "-u" switch was added to the Dec 90 version of DSZ.
  52.          It deletes the .rep packets right after a successful upload.
  53.          It's a personal call on whether you want to do it this way...I
  54.          personally prefer it, you may not.  Also, be sure dsz.com (or
  55.          exe) is in your main Dos path..otherwise, you'll need to add
  56.          the path info in front of dsz, i.e. {exec c:\comm\dsz port ...}
  57.  
  58.          NOTE:  You must use a registered version of DSZ.  Shareware
  59.          versions don't support download paths.  No harm done, but the
  60.          download will go to your default directory, rather than to some
  61.          other directory you may want.
  62.  
  63. Step 6:  Adjust Your BiModem Command Line
  64.  
  65.      --  search the script for "bimodem" (one occurrence).  You'll see a
  66.          BIPTH.  This represents the path to your bimodem.cfg file.
  67.          Replace with the actual path.  Let's suppose your bimodem.cfg
  68.          file is in a directory called C:\Comm.  Replace BIPTH:\ with
  69.          C:\Comm\.  Also, be sure the directory where your main bimodem
  70.          executable is located is in your main path..otherwise, you'll
  71.          need to add the path in front of "bimodem", i.e
  72.  
  73.          {exec c:\comm\bimodem /c ....}
  74.  
  75. Step 7:  Save the Commo.mac file
  76.  
  77.          --  proceed to Readme.2nd
  78.